home *** CD-ROM | disk | FTP | other *** search
/ ASME's Mechanical Engine…ing Toolkit 1997 December / ASME's Mechanical Engineering Toolkit 1997 December.iso / earth / geobase.lzh / GEOBASE.HLP < prev   
Text File  |  1980-01-01  |  3KB  |  115 lines

  1.  
  2.  
  3.                            G E O B A S E
  4.                            *************
  5.  
  6.  
  7. Geobase is a natural language interface to U.S. geography containing
  8. the following information:
  9.  
  10. Information about states:
  11.   Area of the state                        In square miles
  12.   Population of the state                  In citizens
  13.   Capital of the state
  14.   Which states border a given state
  15.   Rivers in the state
  16.   Cities in the state
  17.   Highest and lowest point in the state    In feet
  18.  
  19. Information about rivers:
  20.   Length of river                          In miles
  21.  
  22. Information about cities:
  23.   Population of the city                   In citizens
  24.  
  25.  
  26. You can retrieve any or all of this information by asking questions
  27. in normal English. Some sample queries:
  28.  
  29.   - states
  30.  
  31.   - give me the cities in california.
  32.  
  33.   - what is the biggest city in california ?
  34.  
  35.   - what is the longest river in the us?
  36.  
  37.   - which rivers are more than 1 thousand miles long?
  38.  
  39.   - what is the name of the state with the lowest point ?
  40.  
  41.   - which states border alabama ?
  42.  
  43.   - which rivers do not run through texas
  44.  
  45.   - which rivers run through states that border the state
  46.     whose capital is austin?
  47.  
  48.  
  49. You can modify Geobase as you work with it. If
  50. it doesn't understand a word in one of your questions, you can
  51. add the word to the language definition. The language is defined in a
  52. number of relations, the most important one being the schema. A
  53. schema is a description of the logical structure of a database.
  54. In Geobase, the schema is the "entity network" for the
  55. language.A schema entry follows the form: ENTITY ASSOCIATION
  56. ENTITY; this signifies that the two entities are bound together
  57. by the given association.
  58.  
  59. To display the relations and their schema, select View Language from the main
  60. Geobase menu, then choose one of the items listed below.
  61.  
  62.  
  63. 1. Schema of relations
  64.  
  65.    The geography data are stored in a number of relations. The
  66.    schema for these relations is listed here.
  67.  
  68. 2. Schema of questions
  69.  
  70.    The schema for all possible questions that can be asked is listed
  71.    here. For example, one possibility is:
  72.  
  73.    > population  of  city <
  74.  
  75.    That is, what is the population of a given city?
  76.  
  77. 3. Names of entities
  78.  
  79.    All known entities are listed her.
  80.  
  81. 4. Synonyms for entities
  82.  
  83.    Synonyms for entities are allowed. The previously defined synonyms
  84.    are listed here; you can also add synonyms to the database
  85.    dynamically.
  86.  
  87. 5. Synonyms for associations
  88.  
  89.    Synonyms for associations are allowed, and can consist of more than one word.
  90.  
  91. 6. Words that are ignored
  92.  
  93.    Some words are simply ignored by the system, since they are not
  94.    directly relevant to the meaning of questions. Ignored words are
  95.    listed here.
  96.  
  97. 7. Units for entities
  98.  
  99.    The units of measure for different entities are listed here. For
  100.    instance, the unit for population is "number of citizens".
  101.  
  102. 8. Synonyms for relational operators
  103.  
  104.    There are several ways to say that a city is "bigger than" 1 million
  105.    citizens or that a river is "shorter than" 1 thousand miles. These synonyms
  106.    are listed here.
  107.  
  108. 9. Alternative ways to designate the minimum
  109.  
  110.     The different ways to designate adjectives for "minimum" are listed here.
  111.  
  112. 10. Alternative ways to designate the maximun
  113.  
  114.     The different ways to designate adjectives for "maximum" are listed here.
  115.